github.com/andybalholm/brotli.Reader.sub_loop_counter (field)
9 uses
github.com/andybalholm/brotli (current package)
decode.go#L451: var i uint32 = s.sub_loop_counter
decode.go#L458: s.sub_loop_counter = i
decode.go#L660: var i uint32 = s.sub_loop_counter
decode.go#L674: s.sub_loop_counter = i
decode.go#L724: if !safeReadBits(br, 2, &s.sub_loop_counter) {
decode.go#L731: if s.sub_loop_counter != 1 {
decode.go#L755: s.sub_loop_counter = 0
state.go#L110: sub_loop_counter uint32
state.go#L213: s.sub_loop_counter = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |